runtime.mstats.stacks_sys (field)
7 uses
runtime (current package)
metrics.go#L648: a.stacksSys = memstats.stacks_sys.load()
mstats.go#L19: stacks_sys sysMemStat // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
mstats.go#L437: memstats.stacks_sys.load() + memstats.mspan_sys.load() + memstats.mcache_sys.load() +
mstats.go#L536: stats.StackSys = stackInUse + memstats.stacks_sys.load()
os_linux.go#L203: stack := sysAlloc(stacksize, &memstats.stacks_sys)
stack.go#L353: v := sysAlloc(uintptr(n), &memstats.stacks_sys)
stack.go#L464: sysFree(v, n, &memstats.stacks_sys)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |